records

records

Active filters Clear all

No active filters

Filters

21196_BehiG Haltekantepunkt

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
HALTEKANTE_FID
               

No description available for this field.

Name (identifier)
haltekante_fid
Type
decimal
Sample
                       
BPS
               

No description available for this field.

Name (identifier)
bps
Type
text
Sample
                       
BPS_ABK
               

No description available for this field.

Name (identifier)
bps_abk
Type
text
Sample
                       
LINIE
               

No description available for this field.

Name (identifier)
linie
Type
decimal
Sample
                       
KUNDENGLEISNR
               

No description available for this field.

Name (identifier)
kundengleisnr
Type
text
Sample
                       
LEGENDE
               

No description available for this field.

Name (identifier)
legende
Type
text
Sample
                       
KONFORMITAET
               

No description available for this field.

Name (identifier)
konformitaet
Type
text
Sample
                       
ID_GLEISSTRANG
               

No description available for this field.

Name (identifier)
id_gleisstrang
Type
decimal
Sample
                       
PUNKT_STATIONIERUNG
               

No description available for this field.

Name (identifier)
punkt_stationierung
Type
decimal
Sample
                       
RICHTUNG_GS_ZU_HALTEKANTE
               

No description available for this field.

Name (identifier)
richtung_gs_zu_haltekante
Type
decimal
Sample
                       
PUNKT_RADIUS
               

No description available for this field.

Name (identifier)
punkt_radius
Type
decimal
Sample
                       
PUNKT_UH
               

No description available for this field.

Name (identifier)
punkt_uh
Type
decimal
Sample
                       
ID_HILFSTRITT
               

No description available for this field.

Name (identifier)
id_hilfstritt
Type
decimal
Sample
                       
TEXT_NORMHOEHE
               

No description available for this field.

Name (identifier)
text_normhoehe
Type
text
Sample
                       
N
               

No description available for this field.

Name (identifier)
n
Type
decimal
Sample
                       
E
               

No description available for this field.

Name (identifier)
e
Type
decimal
Sample
                       
PERRONKANTE_FID
               

No description available for this field.

Name (identifier)
perronkante_fid
Type
decimal
Sample
                       
PERRONKANTE_LAENGE
               

No description available for this field.

Name (identifier)
perronkante_laenge
Type
decimal
Sample
                       
HALTEKANTE_LAENGE
               

No description available for this field.

Name (identifier)
haltekante_laenge
Type
decimal
Sample
                       
geopos
               

No description available for this field.

Name (identifier)
geopos
Type
geo point
Sample
                       
konf
               

No description available for this field.

Name (identifier)
konf
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"21196_behig-haltekantepunkt",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/21196_behig-haltekantepunkt"
      }
    ]
    ,
  • "definitions":
    {
    • "21196_behig-haltekantepunkt":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/21196_behig-haltekantepunkt_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "21196_behig-haltekantepunkt_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "haltekante_fid":
                {
                • "type":"number",
                • "title":"HALTEKANTE_FID",
                • "description":""
                }
                ,
              • "bps":
                {
                • "type":"string",
                • "title":"BPS",
                • "description":""
                }
                ,
              • "bps_abk":
                {
                • "type":"string",
                • "title":"BPS_ABK",
                • "description":""
                }
                ,
              • "linie":
                {
                • "type":"number",
                • "title":"LINIE",
                • "description":""
                }
                ,
              • "kundengleisnr":
                {
                • "type":"string",
                • "title":"KUNDENGLEISNR",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"string",
                • "title":"LEGENDE",
                • "description":""
                }
                ,
              • "konformitaet":
                {
                • "type":"string",
                • "title":"KONFORMITAET",
                • "description":""
                }
                ,
              • "id_gleisstrang":
                {
                • "type":"number",
                • "title":"ID_GLEISSTRANG",
                • "description":""
                }
                ,
              • "punkt_stationierung":
                {
                • "type":"number",
                • "title":"PUNKT_STATIONIERUNG",
                • "description":""
                }
                ,
              • "richtung_gs_zu_haltekante":
                {
                • "type":"number",
                • "title":"RICHTUNG_GS_ZU_HALTEKANTE",
                • "description":""
                }
                ,
              • "punkt_radius":
                {
                • "type":"number",
                • "title":"PUNKT_RADIUS",
                • "description":""
                }
                ,
              • "punkt_uh":
                {
                • "type":"number",
                • "title":"PUNKT_UH",
                • "description":""
                }
                ,
              • "id_hilfstritt":
                {
                • "type":"number",
                • "title":"ID_HILFSTRITT",
                • "description":""
                }
                ,
              • "text_normhoehe":
                {
                • "type":"string",
                • "title":"TEXT_NORMHOEHE",
                • "description":""
                }
                ,
              • "n":
                {
                • "type":"number",
                • "title":"N",
                • "description":""
                }
                ,
              • "e":
                {
                • "type":"number",
                • "title":"E",
                • "description":""
                }
                ,
              • "perronkante_fid":
                {
                • "type":"number",
                • "title":"PERRONKANTE_FID",
                • "description":""
                }
                ,
              • "perronkante_laenge":
                {
                • "type":"number",
                • "title":"PERRONKANTE_LAENGE",
                • "description":""
                }
                ,
              • "haltekante_laenge":
                {
                • "type":"number",
                • "title":"HALTEKANTE_LAENGE",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopos",
                • "description":""
                }
                ,
              • "konf":
                {
                • "type":"string",
                • "title":"konf",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets